header{
  max-height: 56px;
}

/* @media only screen and (max-width: 991px){
  .lel{
    display: grid;
    grid-gap: 5px;;
  }
} */

@media (max-width: 992px) {
  .lel{
    display: grid;
    grid-row-gap: 5px;
  }
}


.login{
  background-color: #41BD33;
  color: #E2E2E2;
  display: inline-grid;
  align-content: space-around;
}

.login_parent{
  display: inline-flex;
  align-content: space-around;
}

.login:hover{
  background-color: #37A12B;
  color: #FFFFFF;
}

.leftul .nav-link:hover{
  color: #B8B8B8;
  justify-self: center;
}

.register{
  background-color: #165B25;
  color: #E2E2E2;
  display: inline-grid;
  align-content: space-around;
}

.register_parent{
  display: inline-flex;
  align-content: space-around;
}

.register:hover{
  background-color: #208335;
  color: #FFFFFF;
}

body{
  background-color: #E2E2E2;
}

.navbar{
  background-color: #191919;
  color: #E2E2E2;
}

.nav-link{
  height; 250px;
  color: #191919;
}

.carousel-item{
  margin-top: 56px;
  height: 24rem;
  /* background-color: #3D3D3D; */
  position: relative;
  background-position:  center;
  background-size: cover;
  /* background-repeat: no-repeat; */
  background-color: rgba(#3d3d3d, 0.25);
  /* background-image: url('../carousel-item-1.jpg'); */
}

.container{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;;
  padding-bottom: 50px;
  background-color: rgba(#3d3d3d);
}





/* #41BD33
#191919
#165B25
#E2E2E2
#3D3D3D
 */
